home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5130 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.ios.com!usenet
  2. From: larrymb@gramercy.ios.com (UNREGISTERED VERSION)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SAS/C 16bit library versions
  5. Date: 9 Mar 1996 22:06:29 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <1250.6642T1019T641@gramercy.ios.com>
  8. References: <325.6634T907T1175@gramercy.ios.com> <DnuJ98.n1L@unx.sas.com>
  9. NNTP-Posting-Host: ppp-56.ts-6.hck.idt.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >In article <325.6634T907T1175@gramercy.ios.com>,
  13. >UNREGISTERED VERSION <larrymb@gramercy.ios.com> wrote:
  14. >>Does anyone know where to get the versions of linkable math libraries
  15. >>for SAS/C that they keep leaving out of the patch distributions such as:
  16. >>scms881.lib
  17. >>scmsffp.lib
  18. >>scmsieee.lib
  19. >>scmsnb881.lib
  20. >>scmsnbffp.lib
  21. >>scmsnbiee.lib
  22. >>Or if not all of them, at the very least just:
  23. >>scms881.lib (most especially)
  24. >>scmsffp.lib
  25. >>scmsieee.lib
  26.  
  27. >Most of these were never built.  We do not support all combinations
  28. >of options.
  29. >  *****                    / walker@unx.sas.com
  30. > *|_o_o|\\     Doug Walker<  BIX, Portal: djwalker
  31.  
  32. Is at least "scms881.lib" one of the few of the above available (the manual
  33. said you could call SAS for ones not included and this ones seems
  34. particularly important)? Without that (or, a bit less importantly,
  35. scsieee.lib) you can't get FPU support unless you use int=32bit and when you
  36. do that the compiler always ignores the sizes you define for parameters (even
  37. with ANSI style declarations) and sometimes for variables as well. When I use
  38. the monitor to look at src+dissasem it always shows that it goes mad and
  39. puts in tons of pointless 16->32,32->16 and other stuff like that when 32bit
  40. integers are used.
  41.  
  42.